home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 3315 then
- if the loaded of member "earth hot" = 0 then
- preLoad(member "earth hot")
- end if
- if the loaded of member "earth cool" = 0 then
- preLoad(member "earth cool")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- bye()
- end
-